home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / rir132.zip / 4DOSDIR.BAT next >
DOS Batch File  |  1991-01-12  |  533b  |  14 lines

  1. echo on
  2. rem This batch file will set the rircmd environment variable to display
  3. rem a directory pretty much like 4dos's "dir" command works; it uses
  4. rem /ljf for left-justified filenames, /al for all lowercase, and /nt for
  5. rem no program title.
  6. rem
  7. rem You can still add /p, /w, or other options from the command line;
  8. rem RIR will use parameters both from RIRCMD and from what you type at
  9. rem the command line.
  10. rem
  11. rem NOTE: Just type "SET RIRCMD" at the DOS prompt to erase these settings!
  12. rem
  13. set rircmd /ljf /al /nt
  14.